home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Sample Code / DTS QT Utilities.Aug-95 / Projects & Test Apps / MovieShell / TestFunctions.h < prev   
Encoding:
Text File  |  1995-02-25  |  391 b   |  24 lines  |  [TEXT/MPCC]

  1. /*
  2.     File:        TestFunctions.h
  3.  
  4.     Contains:    Insert the test functions prototypes and constants into this file.
  5.  
  6.     Written by:    DTS
  7.  
  8.     Copyright:    © 1995 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12.         <1>         2/26/95    khs        first file
  13.        
  14. */
  15.  
  16.  
  17. // INCLUDE FILES
  18. #include "DTSQTUtilities.h"
  19.  
  20.  
  21. // FUNCTION PROTOTYPES
  22. void ResizeTheMovieWindow(long theMovieSize);
  23.  
  24.